Minimalistic Chart

100% toddle, 0% code.

A toddle package that's made entirely within toddle without importing any external libraries.

Demo

Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
Monday
Grid
Title
Larger bars
Bar container visibility
x-axis label
Bar color

Components

  • Bar - Vertical

    Attributes

    namedescriptiontype
    dataData that will be displayed in the chart[{ label, value }, ... ]
    gridHorizontal grid that displays the 25%, 50%, 75^%, and 100% markBoolean
    titleChart title text that gets displayed on the top left cornerString
    bar_colorBackground color of the bar.String
    larger_barsWider vertical barsBoolean
    x_axis_labelLabel that goes along the x-axisBoolean
    bar_containerTurns on background for each barBoolean

Changelog

V1.0.0

Apr 15, 2024

First launch of toddle minimalistic chart. Includes vertical bar component with a tooltip. Includes grid, title, bar_color, larger_bars, x_axis_label, and bar_container customization.